Class symantec.itools.awt.BaseTabbedPanelBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.BaseTabbedPanelBeanInfo

Object
   |
   +----SimpleBeanInfo
           |
           +----symantec.itools.awt.BaseTabbedPanelBeanInfo

public class BaseTabbedPanelBeanInfo
extends SimpleBeanInfo
BeanInfo for BaseTabbedPanel.


Constructor Index

 o symantec.itools.awt.BaseTabbedPanelBeanInfo()
Constructs a BaseTabbedPanelBeanInfo object.

Method Index

 o getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean.
 o getBeanDescriptor()
Gets the SymantecBeanDescriptor for this bean.
 o getMethodDescriptors()
 o getPropertyDescriptors()

Constructors

 o BaseTabbedPanelBeanInfo
public BaseTabbedPanelBeanInfo()
Constructs a BaseTabbedPanelBeanInfo object.

Methods

 o getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean.

Returns:
BeanInfo[] containing this bean's superclass BeanInfo
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
Gets the SymantecBeanDescriptor for this bean.

Returns:
an object of type SymantecBeanDescriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
See Also:
SymantecBeanDescriptor
 o getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index